home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Magazin/MacEasy 12
/
Mac Magazin and MacEasy Magazine CD - Issue 12.iso
/
Sharewarebibliothek
/
Anwendungen
/
Wissenschaft & Technik
/
Yorick
/
yorick11-nofpu folder
/
Gist
/
work.gs
< prev
next >
Wrap
Text File
|
1995-04-03
|
4KB
|
103 lines
# Gist work.gs drawing style
# $Id: work.gs,v 1.1 1993/08/27 17:08:43 munro Exp $
# A single coordinate system on a portrait page
# Legends: two columns below viewport, contours in single column to right
# See the header file gist.h for a more complete description of the
# meanings of the various keywords set in this file; they coincide with the
# values of the corresponding C data structure members defined in gist.h.
# Here is a brief description:
# Units and coordinate systems:
# viewport, tickOff, labelOff, tickLen, xOver, yOver, height (of text)
# legends.(x,y,dx,dy)
# Coordinates are in Gist's "NDC" coordinate system. In this system,
# 0.0013 unit is 1.000 point, and there are 72.27 points per inch.
# The lower left hand corner of the sheet of paper is at (0,0).
# For landscape=0, the 8.5 inch edge of the paper is horizontal;
# for landscape=1, the 11 inch edge of the paper is horizontal.
# width
# Line width is measured in relative units, with 1.0 being 1/2 point.
# Ticks flags (add together the ones you want):
# 0x001 Draw ticks on bottom or left edge of viewport
# 0x002 Draw ticks on top or right edge of viewport
# 0x004 Draw ticks centered on origin in middle of viewport
# 0x008 Ticks project inward into viewport
# 0x010 Ticks project outward away from viewport (0x18 for both)
# 0x020 Draw tick label numbers on bottom or left edge of viewport
# 0x040 Draw tick label numbers on top or right edge of viewport
# 0x080 Draw all grid lines down to gridLevel
# 0x100 Draw single grid line at origin
# Line types:
# solid 1
# dash 2
# dot 3
# dash-dot 4
# dash-dot-dot 5
# Font numbers:
# Courier 0x00
# Times 0x04
# Helvetica 0x08
# Symbol 0x0c
# Schoolbook 0x10
# Add 0x01 for bold, 0x02 for italic
# This actually repeats the default values in gread.c
landscape= 0
default = {
legend= 0,
viewport= { 0.19, 0.60, 0.44, 0.85 },
ticks= {
horiz= {
nMajor= 7.5, nMinor= 50.0, logAdjMajor= 1.2, logAdjMinor= 1.2,
nDigits= 3, gridLevel= 1, flags= 0x033,
tickOff= 0.0007, labelOff= 0.0182,
tickLen= { 0.0143, 0.0091, 0.0052, 0.0026, 0.0013 },
tickStyle= { color= -2, type= 1, width= 1.0 },
gridStyle= { color= -2, type= 3, width= 1.0 },
textStyle= { color= -2, font= 0x08, prec= 2, height= 0.0182,
expand= 1.0, spacing= 0.0, upX= 0.0, upY= 1.0,
path= 0, alignH= 0, alignV= 0, opaque= 0 },
xOver= 0.395, yOver= 0.370 },
vert= {
nMajor= 7.5, nMinor= 50.0, logAdjMajor= 1.2, logAdjMinor= 1.2,
nDigits= 4, gridLevel= 1, flags= 0x033,
tickOff= 0.0007, labelOff= 0.0182,
tickLen= { 0.0143, 0.0091, 0.0052, 0.0026, 0.0013 },
tickStyle= { color= -2, type= 1, width= 1.0 },
gridStyle= { color= -2, type= 3, width= 1.0 },
textStyle= { color= -2, font= 0x08, prec= 2, height= 0.0182,
expand= 1.0, spacing= 0.0, upX= 0.0, upY= 1.0,
path= 0, alignH= 0, alignV= 0, opaque= 0 },
xOver= 0.150, yOver= 0.370 },
frame= 0,
frameStyle= { color= -2, type= 1, width= 1.0 }}}
# The one coordinate system matches the default template exactly
system= { legend= "System 0" }
legends= {
x= 0.04698, y= 0.360, dx= 0.3758, dy= 0.0,
textStyle= { color= -2, font= 0x00, prec= 2, height= 0.0156,
expand= 1.0, spacing= 0.0, upX= 0.0, upY= 1.0,
path= 0, alignH= 1, alignV= 1, opaque= 0 },
nchars= 36, nlines= 20, nwrap= 2 }
clegends= {
x= 0.6182, y= 0.8643, dx= 0.0, dy= 0.0,
textStyle= { color= -2, font= 0x00, prec= 2, height= 0.0156,
expand= 1.0, spacing= 0.0, upX= 0.0, upY= 1.0,
path= 0, alignH= 1, alignV= 1, opaque= 0 },
nchars= 14, nlines= 28, nwrap= 1 }